home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / qbbs / whoto108.zip / WHOTO.CFG next >
Text File  |  1992-04-24  |  14KB  |  277 lines

  1. ;
  2. ;                   Sample WHOTO.CFG file (Version 1.08)
  3. ;                   ------------------------------------
  4. ;  ┌───────────────────────────────────────────────────────────────────────┐
  5. ;  │       WhoTo Copyright (C) Fons Cornelissens, Antwerpen, Belgie        │
  6. ;  │   This program is "freeware" and may be freely used and distributed,  │
  7. ;  │  but not be modified or sold for profit without the author's consent. │
  8. ;  └───────────────────────────────────────────────────────────────────────┘
  9. ;
  10. ;----------------------------------------------------------------------------
  11. ;
  12. ; Lines preceded by a ; are ignored
  13. ; Edit this file to your own needs
  14. ; Lines can be indented for better readability, but please be sure to use
  15. ; spaces for indentation as tabs may give unpredictable results ...
  16. ;
  17. ;----------------------------------------------------------------------------
  18. ; AREAPATH : directory where the areafile can be found
  19. ;            default : none
  20. ;
  21. AREAPATH   c:\fd\
  22. ;----------------------------------------------------------------------------
  23. ; AREAFILE : file containing the boardnumbers and areanames.
  24. ;            the following structures are currently supported :
  25. ;                    -  AREAS.BBS
  26. ;                    -  FOLDER.SYS  (FrontDoor version 1.99/2.00)
  27. ;                    -  FOLDER.FD   (FrontDoor version > 2.00)
  28. ;                    -  AREAFILE.FD
  29. ;           Default  :  AREAS.BBS
  30. ;
  31. ;AREAFILE   areas.bbs
  32. ;AREAFILE   folder.sys
  33. AREAFILE   folder.fd
  34. ;AREAFILE   areafile.fd
  35. ;----------------------------------------------------------------------------
  36. ; ALLMESSAGES : Normally the scan for unread messages starts for each area
  37. ;               from the Lastread-pointer for the area. With this keyword
  38. ;               uncommented, you can force WhoTo to scan the msgbase from
  39. ;               the first message in each area. A possible use for this is
  40. ;               when you want to PURGEFROM or PURGETO all messages out of
  41. ;               the messagebase.
  42. ;
  43. ;ALLMESSAGES
  44. ;----------------------------------------------------------------------------
  45. ; WHOTONAME : String to be found in the To: field of the message, so if
  46. ;             you're looking for all unread messages for me, just make this
  47. ;             entry WHOTONAME Fons Cornelissens (case doesn't matter)
  48. ;             You can define up to 25 different name-strings to search for.
  49. ;
  50. ;WHOTONAME Fons Cornelissens
  51. ;WHOTONAME All
  52. ;WHOTONAME Fons Cornellissen
  53. ;WHOTONAME Fons Cornelis
  54. ;WHOTONAME Fons Cornellisses
  55. ;----------------------------------------------------------------------------
  56. ; WHOBYNAME : String to be found in the By: field of the message, so if
  57. ;             you're looking for all unread messages by me, just make this
  58. ;             entry WHOBYNAME Fons Cornelissens (case doesn't matter)
  59. ;             You can define up to 25 different name-strings to search for.
  60. ;
  61. ;WHOBYNAME Tony Van den Bogaert
  62. ;WHOBYNAME Erik Schoonjans
  63. ;----------------------------------------------------------------------------
  64. ; FINDSUBJECT : String to be found in the Subject-field of the message.
  65. ;               You can define up to 25 different subject-strings to search
  66. ;               for (case doesn't matter).
  67. ;FINDSUBJECT Testing
  68. ;FINDSUBJECT Who's cheating ?
  69. ;----------------------------------------------------------------------------
  70. ; PURGEFROM : mark all messages FROM this user as deleted. If you're annoyed
  71. ;             reading the continious bull-sh** of someone, give him a nice
  72. ;             PURGEFROM and his messages will no longer show up. After purging
  73. ;             you must Pack your message-base, to remove the purged messages
  74. ;             A maximum of 25 PURGEFROM-names can be defined here.
  75. ;
  76. ;PURGEFROM Adolf Hitler
  77. ;PURGEFROM Jim Twit
  78. ;----------------------------------------------------------------------------
  79. ; PURGETO   : mark all messages TO this user as deleted. If you're annoyed
  80. ;             reading the continious bull-sh** to someone, give him a nice
  81. ;             PURGETO and his messages will no longer show up. After purging
  82. ;             you must Pack your message-base, to remove the purged messages
  83. ;             A maximum of 25 PURGETO-names can be defined here.
  84. ;
  85. ;PURGETO  Adolf Hitler
  86. ;PURGETO  Jim Twit
  87. ;----------------------------------------------------------------------------
  88. ; PURGESUBJECT : mark all messages about this subject as deleted.
  89. ;                A maximum of 25 PURGESUBJECT-strings can be defined here.
  90. ;
  91. ;PURGESUBJECT 680x0
  92. ;PURGESUBJECT FOXPRO
  93. ;PURGESUBJECT Verkiezingen
  94. ;----------------------------------------------------------------------------
  95. ; SHOWPURGED : Uncomment this keyword if you want the PURGED messages to be
  96. ;              displayed in screen-output and netmail-message. The message
  97. ;              will be marked inside brackets <    >
  98. ;
  99. ;SHOWPURGED
  100. ;----------------------------------------------------------------------------
  101. ; PURGEFIRST : uncomment this keyword if you want the messagebase to be
  102. ;              PURGED by PURGEFROM, PURGETO or PURGESUBJECT before the
  103. ;              selection proces by WHOTO, WHOBY, MESSAGEBY or FINDTEXT.
  104. ;              Otherwise the default is to first select the messages.
  105. ;PURGEFIRST
  106. ;----------------------------------------------------------------------------
  107. ; PURGEAREA : Here you can define the area where the purged messages will be
  108. ;               moved to. This must be an existing areaname defined in AREAS.BBS,
  109. ;               AREAFILE.FD or FOLDER.SYS. If the area doesn't exist or this
  110. ;               keyword is commented out by ; , the purged messages will be
  111. ;               marked as deleted. In my own configuration I defined area 199
  112. ;               as PURGED and I'm moving the PURGEFROM and PURGETO
  113. ;               messages to this area.
  114. ;               This area is by default excluded when scanning the messagebase,
  115. ;               as it would not be very usefull to move the messages in this
  116. ;               area to the same purgearea again.
  117. ;
  118. ;PURGEAREA PURGED
  119. ;----------------------------------------------------------------------------
  120. ; FINDTEXT : search all messages in selected areas for the string(s) you
  121. ;            define here. The search is case-insensitive.
  122. ;            Be careful : FINDTEXT Origin will show you a LOT of messages ;-)
  123. ;            You can define up to 25 FINDTEXT-strings here.
  124. ;
  125. ;FINDTEXT Merry Christmas
  126. ;FINDTEXT Happy NewYear
  127. ;----------------------------------------------------------------------------
  128. ; MSGDIR : directory where the *.BBS message-base files can be found
  129. ;          remember this utility only works for the Hudson-type msgbase-format
  130. ;          the program has to find the file MSGHDR.BBS
  131. ;
  132. MSGDIR     c:\fd\msg\
  133. ;-----------------------------------------------------------------------------
  134. ; SCREEN : if present enable program output to the screen
  135. ;          if you want no output to the screen, just omit this keyword
  136. ;
  137. SCREEN
  138. ;-----------------------------------------------------------------------------
  139. ; SHOWPROGRESS : if enabled, a status-bar will indicate WhoTo's scan-proces
  140. ;                while examining the message-base
  141. SHOWPROGRESS
  142. ;-----------------------------------------------------------------------------
  143. ; TEXTOUT : Export all unread messages to file. The default outputfile is
  144. ;           WHOTO.TXT. If this keyword is commented out with a ; , only a
  145. ;           heading containing messagenumber, areanumber and name, from and
  146. ;           subject of the message or exported to file.
  147. ;           Remember that using this keyword involves a lot of fileactivity
  148. ;           and the resulting outputfile can be very long when searching a
  149. ;           message-base containing 20.000 messages, and you're looking for
  150. ;           all unread messages adressed to All.
  151. ;
  152. ;TEXTOUT
  153. ;-----------------------------------------------------------------------------
  154. ; OUTPUTFILE : Here you can specify the complete path- and filename of the
  155. ;              outputfile. This setting can be overridden by the command-line
  156. ;              parameter /O:filename.
  157. ;
  158. OUTPUTFILE c:\whoto\whoto.txt
  159. ;-----------------------------------------------------------------------------
  160. ; APPENDTOFILE : Uncomment this keyword if you want the output from the program
  161. ;                to be APPENDED to an already existing file. Otherwise the
  162. ;                outputfile defined with the keyword OUTPUTFILE will be new
  163. ;                created.
  164. ;
  165. ;APPENDTOFILE
  166. ;-----------------------------------------------------------------------------
  167. ; NETMAILMSG : Creates a summary-report in the FD NETMAIL-directory.
  168. ;              The message will be adressed to Sysop or to the name specified
  169. ;              with the SYSOP keyword.
  170. ;              Just be sure WhoTo can locate the LASTREAD file in the NETMAIL
  171. ;              directory.
  172. ;
  173. NETMAILMSG
  174. ;-----------------------------------------------------------------------------
  175. ; NOEMPTYMSG : Uncomment this keyword if you don't want an empty Netmailmsg
  176. ;              in case WhoTo doesn't find any matching messages
  177. ;
  178. ;NOEMPTYMSG
  179. ;-----------------------------------------------------------------------------
  180. ; NETMAILDIR : Pathname to the FD-netmail directory (e.g. C:\FD\NETMAIL\)
  181. ;              When the keyword NETMAILMSG is in use, NETMAILDIR must be
  182. ;              specified to locate the LASTREAD file.
  183. ;
  184. NETMAILDIR c:\fd\netmail\
  185. ;-----------------------------------------------------------------------------
  186. ; NETADDRESS : Full address-specification e.g. 2:29/430.2
  187. ;              This is only needed when using the NETMAILMSG keyword.
  188. ;              This is the address WhoTo will use to create the netmailmessage
  189. ;
  190. NETADDRESS 2:29/430.2
  191. ;-----------------------------------------------------------------------------
  192. ; SYSOP :      This name will be used by WhoTo in the To: field when copying
  193. ;         messages to the netmail area.
  194. ;
  195. SYSOP Fons Cornelissens
  196. ;-----------------------------------------------------------------------------
  197. ; COPYTONET : If enabled, WhoTo will copy all matching echomail-messages to
  198. ;             the Netmail-folder. Be careful when using this option.
  199. ;             Please note also that the copied messages will carry a note that
  200. ;             they were copied to Netmail by WhoTo.
  201. ;
  202. ;COPYTONET
  203. ;-----------------------------------------------------------------------------
  204. ; MOVEAREA : Here you can define the area where the selected messages will be
  205. ;            moved to. This must be an existing areaname defined in AREAS.BBS,
  206. ;            AREAFILE.FD or FOLDER.SYS. If the area doesn't exist or this
  207. ;            keyword is commented out by ; , the messages will not be moved.
  208. ;            This area is by default excluded when scanning the messagebase,
  209. ;            as it would not be very usefull to move the messages in this
  210. ;            area to the same movearea again.
  211. ;
  212. ;MOVEAREA SELECT_MSG
  213. ;----------------------------------------------------------------------------
  214. ; SELECT AREA   \   This construction will allow you to select the areas
  215. ;     areaname  |   you want to be included in the search for matching
  216. ;     ...       |   messages. By default, all areas will be selected.
  217. ;     areaname  |   When using this construction, all areas will be de-
  218. ; SELECT END    /   selected, except for the ones you specify here.
  219. ;
  220. ;                   A maximum of 25 areanames can be defined here
  221. ;SELECT AREA
  222. ;       TEST
  223. ;       GOLDED
  224. ;       VIRUS.B
  225. ;       FDECHO
  226. ;       FDECHO.028
  227. ;SELECT END
  228. ;-----------------------------------------------------------------------------
  229. ; EXCLUDE AREA  \   This construction will allow you to deselect certain areas
  230. ;     areaname  |   This entry will deselect even an area which was specified
  231. ;     ...       |   in the SELECT AREA - SELECT END block.
  232. ; SELECT END    /
  233. ;
  234. ;                   A maximum of 25 areanames can be defined here
  235. ;EXCLUDE AREA
  236. ;       TWITAREA
  237. ;SELECT END
  238. ;-----------------------------------------------------------------------------
  239. ; MESSAGEBY <name|*> _TO_ <name|*> _INAREA_ <areaname>
  240. ;            This structure allows you to define exactly which messages you
  241. ;            want WhoTo to look out for. You must define all three entry's
  242. ;            * acts as a wildcard meaning Everyone
  243. ;            Warning : MESSAGEBY * _TO_ * _INAREA_ <areaname> will NOT work
  244. ;
  245. ;            You can have up to 25 MESSAGEBY-lines included here.
  246. ;
  247. ;MESSAGEBY Erik Schoonjans _TO_ Fons Cornelissens _INAREA_ POINTS.B
  248. ;MESSAGEBY Tony Van den Bogaert _TO_ * _INAREA_ GOLDED
  249. ;MESSAGEBY Bruce Bodger _TO_ * _INAREA_ FDECHO
  250. ;MESSAGEBY * _TO_ Bruce Bodger _INAREA_ FDECHO
  251. ;MESSAGEBY Joaquim Homrighausen _TO_ * _INAREA_ FDECHO
  252. ;MESSAGEBY Peter Janssens _TO_ * _INAREA_ FDECHO.028
  253. ;-----------------------------------------------------------------------------
  254. ; COLOR CONFIGURATION
  255. ; -------------------
  256. ; black =  0     blue     =  1     green  =  2     cyan   =  3
  257. ; red   =  4     magenta  =  5     brown  =  6     white  =  7
  258. ; gray  =  8     lblue    =  9     lgreen = 10     lcyan  = 11
  259. ; lred  = 12     lmagenta = 13     yellow = 14     hwhite = 15
  260. ;
  261. COLOR MONO
  262. ;COLOR DEFAULT
  263. ;COLOR NORMAL    HWHITE ON RED
  264. ;COLOR PROGRESS  RED   ON WHITE
  265. ;COLOR TITLE     HWHITE ON RED
  266. ;COLOR HEADER    HWHITE ON RED
  267. ;COLOR SELECTWTO BLUE   ON WHITE
  268. ;COLOR SELECTWBY RED    ON WHITE
  269. ;COLOR SELECTPFR GREEN  ON WHITE
  270. ;COLOR SELECTPTO WHITE  ON GREEN
  271. ;COLOR SELECTPSU BLUE   ON GREEN
  272. ;COLOR SELECTTXT YELLOW ON BLACK
  273. ;COLOR SELECTMBY YELLOW ON BLACK
  274. ;COLOR SELECTSUB BLACK  ON YELLOW
  275. ;-----------------------------------------------------------------------------
  276. ;<EOF> WHOTO.CFG Version 1.08 (24-04-92)
  277.